golang.org/x/net/http2.clientStream.abortStreamLocked (method)

5 uses

	golang.org/x/net/http2 (current package)
		transport.go#L414: 	cs.abortStreamLocked(err)
		transport.go#L417: func (cs *clientStream) abortStreamLocked(err error) {
		transport.go#L861: 			cs.abortStreamLocked(errClientConnGotGoAway)
		transport.go#L1115: 		cs.abortStreamLocked(err)
		transport.go#L2180: 			cs.abortStreamLocked(err)